ImageType

String (file-type)

jpg

Purpose

The ImageType parameter specifies the type of image that is displayed on your web pages. The valid values are:

If you specify any other value, the default (jpg) is used.

Pictures on web pages can be types .jpg (Joint Photographic Experts Group) or .png (Portable Network Graphics) only.

To set custom file names for web page pictures, including custom file extensions (but not including conversion to that format), use the webFileName property; for example, picture1.webFileName := "myPicture.png" in the load event method for a web form.

Hint

Set this parameter to png if you want to use images with lossless compression on your web pages. Portable Network Graphics (.png) files provide greater clarity and no loss of definition.

Portable Network Graphics (.png) files may be larger than Joint Photographic Experts Group (.jpg) image files.